go/types.Checker.conf (field)
49 uses
go/types (current package)
builtins.go#L765: x.val = constant.MakeInt64(check.conf.alignof(x.typ))
builtins.go#L828: offs := check.conf.offsetof(base, index)
builtins.go#L852: size := check.conf.sizeof(x.typ)
call.go#L136: if check.conf._Trace {
check.go#L159: conf *Config
check.go#L230: assert(!check.conf._EnableAlias)
check.go#L240: assert(!check.conf._EnableAlias)
check.go#L247: assert(!check.conf._EnableAlias)
check.go#L323: conf: conf,
check.go#L388: pkgVersion := asGoVersion(check.conf.GoVersion)
check.go#L399: v := check.conf.GoVersion
check.go#L502: if check.conf._EnableAlias {
check.go#L515: if check.conf._Trace {
check.go#L545: if !check.conf.DisableUnusedImportCheck {
check.go#L558: check.pkg.goVersion = check.conf.GoVersion
check.go#L587: if check.conf._Trace {
check.go#L597: if check.conf._Trace {
const.go#L73: conf = check.conf
cycles.go#L43: if debug && check.conf._Trace {
decl.go#L61: if check.conf._Trace && obj.Type() == nil {
decl.go#L214: if check.conf._EnableAlias {
decl.go#L233: if check.conf._Trace {
decl.go#L286: if check.conf._EnableAlias {
decl.go#L549: if check.conf._EnableAlias {
decl.go#L836: if !check.conf.IgnoreFuncBodies && fdecl.Body != nil {
errors.go#L125: if check.conf._Trace {
errors.go#L177: if check.conf._ErrorURL != "" {
errors.go#L178: url := fmt.Sprintf(check.conf._ErrorURL, code)
errors.go#L217: f := check.conf.Error
expr.go#L182: prec = uint(check.conf.sizeof(x.typ) * 8)
expr.go#L973: if check.conf._Trace {
infer.go#L40: if check.conf.Error != nil {
literals.go#L89: if !check.conf.IgnoreFuncBodies && e.Body != nil {
named.go#L745: if check != nil && check.conf._Trace {
resolver.go#L149: if path == "C" && (check.conf.FakeImportC || check.conf.go115UsesCgo) {
resolver.go#L150: if check.conf.FakeImportC && check.conf.go115UsesCgo {
resolver.go#L155: imp.cgo = check.conf.go115UsesCgo
resolver.go#L159: if importer := check.conf.Importer; importer == nil {
resolver.go#L644: if false && check.conf._EnableAlias {
resolver.go#L704: if check.conf.IgnoreFuncBodies {
stmt.go#L19: if check.conf.IgnoreFuncBodies {
stmt.go#L23: if check.conf._Trace {
typeset.go#L174: if check != nil && check.conf._Trace {
typexpr.go#L111: if !check.conf._EnableAlias && check.isBrokenAlias(obj) {
typexpr.go#L233: if check.conf._Trace {
typexpr.go#L403: if check.conf._Trace {
validtype.go#L33: if check.conf._Trace {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)